runtime.eface._type (field)

32 uses

	runtime (current package)
		alg.go#L119: 	t := a._type
		alg.go#L241: 	return x._type == y._type && efaceeq(x._type, x.data, y.data)
		cgocall.go#L398: 	t := ep._type
		cgocall.go#L410: 		switch aep._type.kind & kindMask {
		cgocall.go#L422: 			t = ep._type
		cgocall.go#L428: 			t = ep._type
		cgocall.go#L637: 	t := ep._type
		debuglog.go#L278: 		switch v._type.kind & kindMask {
		error.go#L258: 	typestring := eface._type.string()
		error.go#L260: 	switch eface._type.kind {
		heapdump.go#L399: 		dumpint(uint64(uintptr(unsafe.Pointer(eface._type))))
		iface.go#L305: 	uint16Type *_type = efaceOf(&uint16Eface)._type
		iface.go#L306: 	uint32Type *_type = efaceOf(&uint32Eface)._type
		iface.go#L307: 	uint64Type *_type = efaceOf(&uint64Eface)._type
		iface.go#L308: 	stringType *_type = efaceOf(&stringEface)._type
		iface.go#L309: 	sliceType  *_type = efaceOf(&sliceEface)._type
		iface.go#L457: 	t := e._type
		iface.go#L472: 	*dst = iface{assertE2I(inter, e._type), e.data}
		iface.go#L477: 	*dst = iface{assertE2I(inter, e._type), e.data}
		mbitmap.go#L1957: 	typ := (*ptrtype)(unsafe.Pointer(efaceOf(&x)._type)).elem
		mbitmap.go#L1971: 	t := e._type
		mfinal.go#L228: 					(*eface)(r)._type = &f.ot.typ
		mfinal.go#L233: 						(*iface)(r).tab = assertE2I(ityp, (*eface)(r)._type)
		mfinal.go#L333: 	etyp := e._type
		mfinal.go#L382: 	ftyp := f._type
		netpoll.go#L644: 	x._type = pdType
		netpoll.go#L651: 	pdType  *_type = efaceOf(&pdEface)._type
		print.go#L257: 	print("(", e._type, ",", e.data, ")")
		runtime2.go#L208: 	_type *_type
		stack.go#L1362: 	abiRegArgsType := efaceOf(&abiRegArgsEface)._type